ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / BooleanCheckerExtension Class / BooleanChecker Method / BooleanChecker<T>(FlexGridBuilder<T>,Action<BooleanCheckerBuilder<T>>) Method
the specified flexgrid builder.
the specified BooleanChecker builder

In This Topic
    BooleanChecker<T>(FlexGridBuilder<T>,Action<BooleanCheckerBuilder<T>>) Method
    In This Topic
    Apply the BooleanChecker extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function BooleanChecker(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T), _
       ByVal booleanCheckerBuilder As Action(Of BooleanCheckerBuilder(Of T)) _
    ) As FlexGridBuilder(Of T)
    [Extension()]
    public static FlexGridBuilder<T> BooleanChecker<T>( 
       FlexGridBuilder<T> gridBuilder,
       Action<BooleanCheckerBuilder<T>> booleanCheckerBuilder
    )

    Parameters

    gridBuilder
    the specified flexgrid builder.
    booleanCheckerBuilder
    the specified BooleanChecker builder

    Type Parameters

    T
    See Also